{{ctrl.SSUtilService.getCurrentDateTime()}}

Access Denied – You do not have permission to view this page. Please contact your administrator if you believe this is a mistake..

{{ ctrl.SSAlertService.title }} {{ ctrl.SSAlertService.message }}
List of Payment Plans

Show Rows

NO
CODE
NAME
TYPE
DEFAULT
{{ $index + 1 }}
{{ plan.code }}
{{ plan.name }}
{{ ctrl.getPlanTypeName(plan.type) }}
{{ plan.is_default ? "Yes" : "No" }}
No record found

Showing {{ctrl.selected_payment_plans_count}} / {{ctrl.count}} Items

Jump to:

Payment Details

NAME

{{ ctrl.selectedPaymentPlan.name }}

Code

{{ ctrl.selectedPaymentPlan.code }}

TYPE

{{ ctrl.getPlanTypeName(ctrl.selectedPaymentPlan.type) }}

DEFAULT

{{ ctrl.selectedPaymentPlan.is_default ? "Yes" : "No" }}

PRICE PLAN

{{ ctrl.selectedPaymentPlan.price_plan ? ctrl.selectedPaymentPlan.price_plan.name : '--' }}
{{ clause.name }}

NAME OF CLAUSE

{{ clause.name }}

Code

{{ clause.code }}

PAYMENT AMOUNT

{{ ctrl.getPaymentPlanClauseAmountDisplayValue(clause) }}

PAYMENT TYPE

{{ ctrl.getPaymentTypeName(clause.payment_type) }}

DESCRIPTION

{{ clause.description ? clause.description : '--' }}

RULES

NO RULES ADDED

# Start From Billing Days Last Updated At
{{ $index+1 }} {{ ctrl.SSConfigService.getPaymentPlanClauseRuleTypeName(rule.start_from) }} {{ rule.billing_days }} {{ ctrl.getFormattedDate(rule.updated_at) }}